home *** CD-ROM | disk | FTP | other *** search
- Path: news.rwth-aachen.de!news
- From: Andreas John <john>
- Newsgroups: crl.general,comp.sys.sun.misc,comp.unix.sys5.misc,comp.lang.c,sci.math
- Subject: Re: Problem with C for the mathematical programm
- Date: 1 Feb 1996 09:05:40 GMT
- Organization: RWTH -Aachen / Rechnerbetrieb Informatik
- Message-ID: <4epvp4$3h0@news.rwth-aachen.de>
- References: <4epq2e$h4b@crl2.crl.com>
- NNTP-Posting-Host: fritz.ithe.rwth-aachen.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.2 sun4c)
- X-URL: news:4epq2e$h4b@crl2.crl.com
-
- You have to tell the linker to use the mathematical library:
- cc name.c -lm
-
- A. John
-
-